home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / cchh01.arc / NET.H < prev    next >
Text File  |  1986-03-14  |  1KB  |  42 lines

  1. /*
  2.       NetWare Archive to Alloy - common definitions, etc
  3.       V4.42   02/04/84        by Mark Hurst, Kyle Powell
  4.  
  5.       For use with Advanced NetWare V1.n systems
  6.  
  7.       Copyright (C) 1983, 1984 Novell, Inc.
  8. */
  9.  
  10. #define  LOCALBIT       0x80
  11. #define  PERMNET        0x01
  12. #define  TEMPNET        0x02
  13. #define  NETBITS        0x03
  14.  
  15. #define  READBIT        0x01
  16. #define  WRITEBIT       0x02
  17. #define  OPENBIT        0x04
  18. #define  CREATEBIT      0x08
  19. #define  DELETEBIT      0x10
  20. #define  OWNEDBIT       0x20
  21. #define  SEARCHBIT      0x40
  22. #define  MODIFYBIT      0x80
  23.  
  24. /* NOTE:  the Archive bit was 0x80 on ShareNet V3.12.  Has now changed: */
  25. #define  BACKUPBIT      0x20
  26. #define  LASTBIT        0x10
  27.  
  28. #define  VARPATH        '^' - 'A'
  29.  
  30. #define  FALSE          0x00
  31. #define  TRUE           !(FALSE)
  32.  
  33. #define  MAXVOLUMES     16
  34. #define  MAXSPECS       100
  35.  
  36. #define  ALLMODE        1
  37. #define  MODMODE        2
  38. #define  SELMODE        3
  39.  
  40. #define  LISTSIZE       255
  41.  
  42.